In addition to the BlueCielo proprietary briefcase format, users can work with briefcases in alternative formats that you can define. A briefcase format specifies the command lines invoked by Meridian to use third-party programs to add documents to or extract documents from briefcases. This allows you to use any archive program for creating briefcases compatible with Meridian. By default, Meridian includes alternative briefcase formats that use WinZIP and WinRAR.
Notes
To create or edit a briefcase format:
Tip To export the settings file to your computer, click the Export button. This can be useful if you would rather edit the file in your favorite text editor. You can then copy your changes to the Clipboard and paste them into Configurator.
To create a new briefcase format:
Option | Description |
---|---|
Name |
The name of the briefcase format as you want it to appear to users. |
AddTo |
The command line to run to add documents to an archive file. To specify the command-line parameters of the third-party program, use the variables described in the following table. |
Extract |
The command line to run to extract documents from an archive file. To specify the command-line parameters of the third-party program, use the variables described in the following table. |
Remove |
The command line to run to remove documents from an archive file. To specify the command-line parameters of the third-party program, use the variables described in the following table. |
The following table describes the variables passed by Meridian to each command line.
Option | Description |
---|---|
%WinZipDir% |
A system variable created during the installation of WinZIP. If the third-party program you use might be installed in different locations on client computers, set the location in a system variable to use a common command line. You can use any system variable. |
%Password% |
The password that is typed by the user during briefcase generation. |
%Archive% |
The briefcase file name including the path. |
%Folder% |
When a briefcase file is created, it is first created in the user’s local temporary directory. It is then moved to the directory specified by this variable. |
Related concepts